Home
last modified time | relevance | path

Searched refs:recloc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dlib.c220 if (freeable(recloc)) in getrec()
221 xfree(recloc->sval); in getrec()
223 recloc->tval = REC | STR | DONTFREE; in getrec()
224 if (is_number(recloc->sval)) { in getrec()
225 recloc->fval = in getrec()
226 atof(recloc->sval); in getrec()
227 recloc->tval |= NUM; in getrec()
641 if (freeable(recloc)) in recbld()
642 xfree(recloc->sval); in recbld()
643 recloc->tval = REC | STR | DONTFREE; in recbld()
[all …]
H A Dtran.c83 Cell *recloc; /* location of record */ variable
121 recloc = fieldadr(0); in syminit()
122 recloc->nval = "$0"; in syminit()
123 recloc->sval = record; in syminit()
124 recloc->tval = REC|STR|DONTFREE; in syminit()
H A Drun.c476 (void) setsval(recloc, buf); in awkgetline()
477 if (is_number(recloc->sval)) { in awkgetline()
478 recloc->fval = atof(recloc->sval); in awkgetline()
479 recloc->tval |= NUM; in awkgetline()
H A Dawk.h144 extern Cell *recloc; /* location of input record */
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c49 CELL *recloc; /* location of record */ variable
77 recloc = setsymtab(L_record, record, 0.0, STR|FLD, symtab); in syminit()
79 recloc, lookup(L_record, symtab, 0), NULL); in syminit()
201 if (vp == recloc) in setfval()
235 if (vp == recloc) in setsval()
H A Dlib.c140 recloc->tval &= ~NUM; in getrec()
141 recloc->tval |= STR; in getrec()
305 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
306 recloc->tval = STR | FLD; in recbld()
307 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
H A Dawk.def73 extern CELL *recloc; /* location of input record */
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc739 db_mindex::remove_aux(entryp recloc) in remove_aux() argument
746 db_query * cq = extract_index_values_from_record(recloc); in remove_aux()
763 entry_object *e = table->get_entry(recloc); in remove_aux()
804 comps[i].index_value, recloc); in remove_aux()
809 table->delete_entry(recloc); in remove_aux()
957 entryp recloc = table->add_entry(obj, initialLoad.flag); in add() local
961 table->delete_entry(recloc); in add()
970 table->delete_entry(recloc); in add()
987 comps[i].index_value, recloc); in add()