Lines Matching refs:l
32 l = strip(linein())
33 if POS(';', l) > 0 then l = LEFT(l,POS(';', l)-1)
35 l = strip(translate(l,'','"'))
36 l = strip(l,,X2C(9))
39 if l = '_' then l = ''
42 if l = '_component_getDescriptionFunc' then l = ''
43 if l = '_GetVersionInfo' then l = ''
47 if POS('_GLOBAL_', l) > 0 then l = ';'l
49 if POS('!', l) > 0 then l = ';'l
50 if POS('_ZN4_STL', l) > 0 then l = ';'l
51 if POS('_ZNK4_STL', l) > 0 then l = ';'l
52 if POS('ImplClass', l) > 0 then l = ';'l
53 if POS('ImplHelper', l) > 0 then l = ';'l
54 if POS('UsageHelper', l) > 0 then l = ';'l
55 if POS('com3sun4star3', l) > 0 then l = ';'l
57 /* if LENGTH(l) > 254 then l = ';(>254)'left(l,100) */
59 if POS(';', l) > 0 then l = LEFT(l,POS(';', l)-1)
61 IF LENGTH(l)>0 THEN DO
62 say l
66 if LENGTH(l)>lmax then do
67 lmax = LENGTH(l)
68 smax = l