Searched refs:recloc (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/awk/ |
H A D | lib.c | 220 if (freeable(recloc)) in getrec() 221 xfree(recloc->sval); in getrec() 222 recloc->sval = buf; /* buf == record */ 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() 640 dprintf(("in recbld inputFS=%s, recloc=%p\n", inputFS, (void *)recloc)); in recbld() 641 if (freeable(recloc)) in recbld() [all …]
|
H A D | tran.c | 83 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 D | run.c | 476 (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 D | awk.h | 144 extern Cell *recloc; /* location of input record */
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | tran.c | 49 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 D | lib.c | 140 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 D | awk.def | 73 extern CELL *recloc; /* location of input record */
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 739 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()
|