Searched refs:FIRST (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Dsfdclzw.c181 #define FIRST 257 /* First free entry. */ macro
413 free_ent = FIRST;
554 free_ent = ((block_compress) ? FIRST : 256);
651 free_ent = block_compress ? FIRST : 256;
668 free_ent = FIRST - 1;
/ast/src/cmd/codexlib/compress/
H A Dcompress.c188 #define FIRST 257 /* First free entry. */ macro
422 free_ent = FIRST;
522 free_ent = block_compress ? FIRST : 256;
604 free_ent = FIRST - 1;
/ast/src/cmd/ie/
H A Demacs.c160 FIRST, /* First time thru for logical line, prompt on screen */ enumerator in enum:__anon103
244 draw(FIRST);
1217 if (option == FIRST || option == REFRESH)
1223 if (option == FIRST)
/ast/src/cmd/ksh93/edit/
H A Demacs.c163 FIRST, /* First time thru for logical line, prompt on screen */ enumerator in enum:__anon108
257 draw(ep,reedit?REFRESH:FIRST);
1366 if (option == FIRST || option == REFRESH)
1372 if (option == FIRST)

Completed in 18 milliseconds