/ast/src/lib/libcs/ |
H A D | csaddr.c | 30 union nl union 49 union nl addr;
|
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchcode.c | 94 reg ssize_t n, k, nl, cs; local 99 nl = 2*nsym; 100 if(!(len = (Vcchar_t*)malloc(nl*sizeof(Vcchar_t*))) ) 108 if((nl = rlcode(nsym, clen, maxs, len, nl, 1)) < 0 ) 114 vcioputu(&io, nl); /**/DEBUG_PRINT(2,"Runlength=%d\n",nl); 117 for(k = 0; k < nl; ++k) 139 ssize_t i, n, k, nl, cs; local 159 { if((nl [all...] |
/ast/src/lib/libast/tm/ |
H A D | tmlocale.c | 353 int nl; local 361 nl = 3 * GetLocaleInfo(lcid, LOCALE_SLONGDATE, 0, 0); 362 n = nt + ns + nl;
|
/ast/src/lib/libcodex/ |
H A D | code-uu.c | 63 int nl; member in struct:State_s 253 state->nl = -1; 284 state->nl = -1; 287 if (state->nl < 0) 288 state->nl = state->map[c]; 289 else if (state->nl > 0) 322 if ((state->nl -= 3) < 0) 323 while (state->nl++ < 0) 420 if (state->nl) 422 state->nl [all...] |
/ast/src/cmd/builtin/ |
H A D | nl.c | 23 * nl.c 31 "[-?\n@(#)$Id: nl (AT&T Research) 2003-03-24 $\n]" 33 "[+NAME? nl - line numbering filter ]" 207 Nl_t nl; local 211 nl.width = 6; 212 nl.startnum = 1; 213 nl.blines = 1; 214 nl.incr = 1; 215 nl.delim1 = '\\'; 216 nl [all...] |
/ast/src/cmd/mam/ |
H A D | shmam.awk | 814 nl(install_list) ; 848 nl(rdep[i]) 2007 function nl(Plist,Llist,Larr,Lc,Li, thisline) function
|
/ast/src/cmd/codexlib/zip/ |
H A D | deflate.c | 434 ulg nl; /* number of literal/length codes */ local 453 nl = 257 + GETBITS(5); /* number of literal/length codes */ 462 if (nl > 288 || nd > 32) 464 if (nl > 286 || nd > 30) 497 n = nl + nd; 558 i = huff(ll, nl, 257, cplens, cplext, &tl, &bl, state->vm); 570 i = huff(ll + nl, nd, 0, cpdist, cpdext, &td, &bd, state->vm); 571 if (bd == 0 && nl > 257)
|
/ast/src/lib/libvcodex/ |
H A D | vcio.c | 476 reg ssize_t n, s, p, ntop, nl, d; local 489 { for(nl = 0; nl < nlist; ++nl) 491 list[nl] = (Vcint_t)(b >> (VC_BITSIZE-s)); 508 for(s = ntop, p = 0, nl = 0;; ) 531 list[nl] = v; 532 if((nl += 1) >= nlist) 548 return nl;
|
H A D | vcsfio.c | 1232 char* sfgetr(Sfio_t* f, int nl, int type) argument 1234 char* sfgetr(f, nl, type) 1236 int nl; 1247 { nl = strlen(r->data); 1248 ((char*)r->data)[nl-1] = 0;
|
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 373 int nl; local 385 nl = state.record.line; 502 nl = 1; 505 nl = 0; 517 nl = !(state.tmp.buffer[i + 2] & 01); 539 k = m - j + nl; 543 if (nl) 553 if (nl)
|
/ast/src/lib/libuu/ |
H A D | uulib.c | 166 int nl; local 188 nl = 0; 192 if (nl) 194 nl = 0; 245 nl = 1;
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 201 int nl; /* output line position */ member in struct:State_s
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 918 * each new-line character is replaced with string <nl>. 921 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument 934 sfputr(outfile,nl,-1);
|
/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 3008 int sh_trace(Shell_t *shp,register char *argv[], register int nl) argument 3012 int decl = (nl&2); 3013 nl &= ~2; 3031 nl = (nl?'\n':-1); 3035 sfputr(sfstderr,cp,*++argv?' ':nl); 3049 sfputr(sfstderr,cp,*argv?' ':nl);
|