Searched defs:od (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/std/
H A Diconv.c145 Optdisc_t od; local
158 optinit(&od, optinfo);
H A Dps.c1471 Optdisc_t od; local
1488 optinit(&od, optinfo);
/ast/src/cmd/nmake/
H A Dbind.c885 Rule_t* od; local
921 od = 0;
1133 od = d;
1185 d->view = od->view;
1368 od = 0;
1414 * od original directory pointer
1453 r = bindalias(r, x, b + internal.pwdlen + 1, od, reassoc);
1480 r = bindalias(r, x, b, od, reassoc);
1496 if (od && (s != name || state.mam.statix || (n = strlen(r->name)) < (i = strlen(s)) || r->name[n - i - 1] != '/' || !streq(s, r->name + n - i)))
1497 putbound(s, od
[all...]
/ast/src/cmd/builtin/
H A Dod.c27 * od
31 "[-?\n@(#)$Id: od (AT&T Research) 2012-05-31 $\n]"
33 "[+NAME?od - dump files in octal or other formats]"
1099 od(State_t* state, char** files) function
1586 od(&state, argv);
/ast/src/cmd/ksh93/sh/
H A Dname.c1684 double d,od=0; local
1699 od = *(up->dp);
1700 *(up->dp) = od?d+od:d;

Completed in 24 milliseconds