Searched defs:location (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dhist.c57 Histloc_t location; local
147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1);
148 if((range[++flag] = location.hist_command) < 0)
/ast/src/lib/libdss/
H A Ddssopen.c457 * return the input location string for data
462 location(Cx_t* cx, void* data, Cxdisc_t* disc) function
597 disc->locationf = location;
/ast/src/cmd/ie/
H A Demacs.c176 static histloc location = { -5, 0 }; variable
217 if (location.his_command == -5) /* to be initialized */
220 location.his_command = hline;
221 location.his_line = hloff;
223 if (location.his_command <= hismin) /* don't start below minimum */
225 location.his_command = hismin + 1;
226 location.his_line = 0;
252 location = hist_locate(location.his_command,location
1084 histloc location; local
[all...]
H A Dhistory.c684 histloc location; local
685 location.his_command = -1;
687 return(location);
707 return(location);
710 return(location);
715 if((location.his_line=hist_match(offset,string,flag))>=0)
717 location.his_command = index1;
718 return(location);
726 return(location);
730 * search for <string> in history file starting at location <offse
[all...]
H A Dvi.c2070 histloc location; local
2116 location = hist_find(((char*)virtual)+1, curhline, 1, new_direction);
2118 if( (curhline=location.his_command) >=0 )
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c720 char *location; /* Where field will be stored. */
894 curField->location = results + totalSize;
905 curField->location = NULL;
913 fields[0].location, fields[1].location, fields[2].location,
914 fields[3].location, fields[4].location, fields[5].location,
915 fields[6].location, field
714 char *location; /* Where field will be stored. */ member in struct:__anon434
[all...]
/ast/src/cmd/html/
H A Dtroff2html.h218 char* location; /* author location */ member in struct:State_s
/ast/src/cmd/ksh93/edit/
H A Demacs.c146 #define location ep->_location macro
197 location.hist_command = -5;
223 if (location.hist_command == -5) /* to be initialized */
226 location.hist_command = hline;
227 location.hist_line = hloff;
229 if (location.hist_command <= hismin) /* don't start below minimum */
231 location.hist_command = hismin + 1;
232 location.hist_line = 0;
265 location = hist_locate(shgd->hist_ptr,location
1235 Histloc_t location; local
[all...]
H A Dhistory.c957 Histloc_t location; local
958 location.hist_command = -1;
959 location.hist_char = 0;
960 location.hist_line = 0;
962 return(location);
976 coffset = &location.hist_char;
984 return(location);
987 return(location);
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
994 location
[all...]
H A Dvi.c2221 Histloc_t location; local
2269 location.hist_command = curhline;
2270 location.hist_char = i;
2277 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);
2282 if( (curhline=location.hist_command) >=0 )
/ast/src/lib/libtk/generic/
H A DtkText.h210 * a given x-location. */
393 int location; /* Offset in pixels of this tab stop member in struct:TkTextTab

Completed in 47 milliseconds