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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c158 #define FIRST 257 /* first free entry */ macro
183 db->max_ent = FIRST-1;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c163 FIRST, /* First time thru for logical line, prompt on screen */ enumerator in enum:__anon3947
256 draw(ep,reedit?REFRESH:FIRST);
1304 if (option == FIRST || option == REFRESH)
1310 if (option == FIRST)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c192 #define FIRST 257 /* first free entry */ macro
221 db->max_ent = FIRST-1;
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c192 #define FIRST 257 /* first free entry */ macro
1005 free_ent = ((block_compress) ? FIRST : 256);
1294 free_ent = ((block_compress) ? FIRST : 256);
1313 free_ent = FIRST - 1;
1462 free_ent = ((block_compress) ? FIRST : 256);
1465 free_ent = FIRST - 1;
1499 first = block_compress ? FIRST : 256;
1533 ent = (ent >= FIRST ? tab_prefixof(ent) :
1769 free_ent = FIRST;

Completed in 71 milliseconds