/ast/src/cmd/ie/ |
H A D | emacs.c | 176 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 D | history.c | 684 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 D | vi.c | 2070 histloc location; local 2116 location = hist_find(((char*)virtual)+1, curhline, 1, new_direction); 2118 if( (curhline=location.his_command) >=0 )
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 146 #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 D | history.c | 957 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 D | vi.c | 2221 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/libtksh/tcl/ |
H A D | tclCmdMZ.c | 720 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/ksh93/bltins/ |
H A D | hist.c | 57 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/cmd/html/ |
H A D | troff2html.h | 218 char* location; /* author location */ member in struct:State_s
|
H A D | troff2html.c | 3456 "location", &state.location, 0, 5851 if (state.author || state.corporation || state.company || state.location) 5879 if (state.location) 5881 sfprintf(op, "%s%s\n", t, state.location);
|
/ast/src/lib/libtk/generic/ |
H A D | tkText.h | 210 * a given x-location. */ 393 int location; /* Offset in pixels of this tab stop member in struct:TkTextTab
|
H A D | tkTextDisp.c | 445 * text at a particular location. 2102 * needs to be copied to its new location. See if there's a group 3069 * line at the desired location. 3917 * Given an (x,y) coordinate on the screen, find the location of 3918 * the character closest to that location. 4005 * character is at the desired location. 4314 * Compute a break location. If we're in word wrap mode, a 4652 tabX = tabArrayPtr->tabs[index].location; 4660 prev = tabArrayPtr->tabs[tabArrayPtr->numTabs-2].location; 4665 tabX = tabArrayPtr->tabs[tabArrayPtr->numTabs-1].location [all...] |
H A D | tkText.c | 1127 char *index1String; /* String describing location of first 1129 char *index2String; /* String describing location of last 1910 if (Tk_GetPixels(interp, tkwin, argv[i], &tabPtr->location)
|
/ast/src/lib/libdss/ |
H A D | dssopen.c | 457 * return the input location string for data 462 location(Cx_t* cx, void* data, Cxdisc_t* disc) function 597 disc->locationf = location;
|