Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 25 of 604) sorted by path

12345678910>>...25

/illumos-gate/usr/src/boot/common/linenoise/
H A Dexample.c7 void completion(const char *buf, linenoiseCompletions *lc) { in completion() argument
9 linenoiseAddCompletion(lc,"hello"); in completion()
10 linenoiseAddCompletion(lc,"hello there"); in completion()
H A Dlinenoise.c207 for (i = 0; i < lc->len; i++) in freeCompletions()
208 free(lc->cvec[i]); in freeCompletions()
209 if (lc->cvec != NULL) in freeCompletions()
210 free(lc->cvec); in freeCompletions()
224 completionCallback(ls->buf,&lc); in completeLine()
225 if (lc.len == 0) { in completeLine()
232 if (i < lc.len) { in completeLine()
273 freeCompletions(&lc); in completeLine()
293 cvec = realloc(lc->cvec,sizeof(char*)*(lc->len+1)); in linenoiseAddCompletion()
298 lc->cvec = cvec; in linenoiseAddCompletion()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.com43 LDLIBS += -lm -lc -lsocket
H A DMakefile.defs54 HEADERINSTALL= $(HEADERSRC) $(HEADERGEN) ast_common.h lc.h prototyped.h
280 port/lc.o \
H A DMakefile.iffe20 LCCONF= lc.h lctab.c
38 lctab.c: $(ASTSRC)/port/lc.tab
39 $(AST_LCGEN) $(LCCONF) < $(ASTSRC)/port/lc.tab
40 lc.h: lctab.c
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dlc.h31 const struct Lc_s* lc; member
/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dlc.h31 const struct Lc_s* lc; member
/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dlc.h31 const struct Lc_s* lc; member
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dlc.h31 const struct Lc_s* lc; member
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.com44 LDLIBS += -lsum -last -lsocket -lnsl -lc
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.com45 LDLIBS += -last -lc
/illumos-gate/usr/src/cmd/ast/libpp/
H A DMakefile.com44 LDLIBS += -last -lc
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.com47 LDLIBS += -lcmd -ldll -last -lsocket -lm -lc
/illumos-gate/usr/src/cmd/ast/libsum/
H A DMakefile.com45 LDLIBS += -last -lmd -lc
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A DMakefile42 LDLIBS += -laudio -lm -lc
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c944 long lc; /* left character of [x-y] range */ in gmatch() local
951 lc = -1; in gmatch()
961 if (wcsetno(lc) != wcsetno(rc)) { in gmatch()
968 if (scc == lc) in gmatch()
970 if (scc == (lc = rc)) in gmatch()
972 } else if (lc <= scc && scc <= rc) in gmatch()
975 lc = c; in gmatch()
976 if (scc == lc) in gmatch()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c527 int ok, lc; local
536 lc = 077777;
544 if (lc <= scc && scc <= *p++)
547 if (scc == (lc = cc))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DMakefile55 $(PASSPROMPT):= LDLIBS += -lc
56 $(PPPOE):= LDLIBS += -lc
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c409 local int ct_tally OF((deflate_state *s, int dist, int lc));
2403 local int ct_tally (s, dist, lc) in ct_tally() argument
2409 s->l_buf[s->last_lit++] = (uch)lc;
2412 s->dyn_ltree[lc].Freq++;
2418 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
2421 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2464 lc = s->l_buf[lx++];
2466 send_code(s, lc, ltree); /* send a literal byte */
2467 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
2470 code = length_code[lc];
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c452 int ok, lc; local
467 lc = 077777;
475 if (lc <= scc && scc <= *p++)
478 if (scc == (lc = cc))
541 int ok, lc; local
550 lc = 077777;
558 if (lc <= scc && scc <= *p++)
561 if (scc == (lc = cc))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c417 long lc; in main() local
419 lc = strtol(&cp[1], NULL, 8); in main()
420 if (lc < 0 || lc > 255) in main()
424 cmdchar = (char)lc; in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3019 struct lifconf lc; in printifname() local
3059 lc.lifc_family = AF_UNSPEC; in printifname()
3060 lc.lifc_flags = 0; in printifname()
3061 lc.lifc_len = len; in printifname()
3062 lc.lifc_buf = buf; in printifname()
3066 ret = ioctl(s, SIOCGLIFCONF, &lc); in printifname()
3079 for (x = ln.lifn_count, lr = lc.lifc_req; x > 0; x--, lr++) { in printifname()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c389 int ok, lc; in amatch() local
407 lc = TRIM; in amatch()
425 if (sh_bracket_exp(scc, lc, rc)) in amatch()
428 if (lc <= scc && scc <= (int)*p++) in amatch()
432 if (scc == (lc = cc)) in amatch()
500 int ok, lc; in Gmatch() local
512 lc = TRIM; in Gmatch()
526 if (sh_bracket_exp(scc, lc, rc)) in Gmatch()
529 if (lc <= scc && scc <= (int)*p++) in Gmatch()
533 if (scc == (lc = cc)) in Gmatch()
/illumos-gate/usr/src/cmd/devfsadm/
H A DMakefile.com171 $(LINK.c) -o $@ $(GSHARED) $(DYNFLAGS) -Wl,-h$@ $< $(LDLIBS) -lc
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c102 static int number(char **lc);
232 number(char **lc) in number() argument
236 while (digit(**lc)) in number()
237 nn = nn*10 + *(*lc)++ - '0'; in number()

12345678910>>...25