Home
last modified time | relevance | path

Searched refs:STR_BREAK_SETOUTDENT (Results 1 – 2 of 2) sorted by relevance

/dports/print/lout/lout-3.40/
H A Dz11.c260 if( StringEqual(string(x), STR_BREAK_SETOUTDENT) ) in BreakChange()
262 debug1(DSS, D, " found %s", STR_BREAK_SETOUTDENT); in BreakChange()
264 WARN, &fpos(x), STR_BREAK_SETOUTDENT, KW_BREAK); in BreakChange()
268 debug1(DSS, D, " not found %s", STR_BREAK_SETOUTDENT); in BreakChange()
282 if( StringEqual(string(y), STR_BREAK_SETOUTDENT) ) in BreakChange()
284 debug1(DSS, D, " found %s", STR_BREAK_SETOUTDENT); in BreakChange()
288 WARN, &fpos(x), STR_BREAK_SETOUTDENT, KW_BREAK); in BreakChange()
320 debug1(DSS, D, " not found %s", STR_BREAK_SETOUTDENT); in BreakChange()
H A Dexterns.h568 #define STR_BREAK_SETOUTDENT AsciiToFull("setoutdent") macro