Home
last modified time | relevance | path

Searched refs:bestpl (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/ml1/ml1-4.12/
H A Dmi3.c731 { bestpl = BP_COPY; /* By default, copy text to output */
732 if(oplev != 0) bestpl = BP_STACK; /* If scanning for delimiter, stack text instead */
733 if(sdb.skval != 0) bestpl = BP_NULL; /* If scanning for label, discard text */
846 bestpl = BP_SDELIM;
852 bestpl = BP_STOP;
860 bestpl = type;
H A Dmi2.c173 switch(bestpl) { in basic_scan()
200 if(coptsw == 0) bestpl = BP_NULL; in basic_scan()
263 bestpl = BP_AWARN; in basic_scan()
316 bestpl = BP_NULL; in basic_scan()
333 bestpl = BP_NULL; in basic_scan()
H A Dmi1.c60 INT bestpl; /* Switch value used in basic scan routine */ variable
H A Dml1.h332 extern INT bestpl; /* Switch value used in basic scan routine */